array_to_string
Syntax:
array_to_string(array, max_depth, indent)
Arguments:
Argument Name | Type | Description |
---|---|---|
array | array | array to parse |
max_depth | int | (default = -1) maximum depth to traverse |
indent | int | (default = 0) how much indentation to add to the printout |
Returns: (string)
Description:
Loading page...